body
{
    background-image: url("fond.jpeg");
	background-attachment: fixed
 }

h1
{
	text-align: center;
	background-color: black;
	filter: "blur (5px)"; 
  	color: white;
  	font-family: 'Nimbus Snas L';
  }

h2
{
	text-align: center;
	color: black;
	font-family: 'Comic Sans MS' ; 
	}
	
h3
{
	text-align: right;
	font-family: 'Comic Sans MS' ; 
}
	
h4
{
	text-align: right;
	color: black;
	font-family: 'Calibri';	
	font-size: 90%
}